Lab1 – Prepare Development Tools
----------------------------------------------------------------
/* Launch TeraTerm and Connect to USB CDC Bridge. */
  or
/* Launch Mincom and Connect to USB CDC Bridge. (Optional) */
/* Execute Commands on Host PC */
sudo minicom --baudrate 115200 --device /dev/ttyACM0

/* Key in Text on EVB to Login */
/* Execute Commands on EVB */
root

----------------------------------------------------------------

/* Execute Commands on EVB */
nano bash_script.sh

/* Copy the source code of "bash_script.sh" and paste it */

----------------------------------------------------------------

/* Execute the Script on EVB */
chmod +x bash_script.sh
./bash_script.sh